home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 January / EnterCD 1_2002.iso / Internet / HomeSite 5.0 / HomeSite_5_Trial_Installer.exe / data1.cab / Extensions / Includes / tdFontfaceDialog.inc < prev    next >
Encoding:
Text File  |  2001-10-11  |  3.4 KB  |  45 lines

  1. <!-- Copyright  (c) 1997-2001 Macromedia, Inc. All Rights Reserved. Consult Software License Agreement for more details -->
  2. <!-- version 1.0 - 2001-05-29 -->
  3. <CONTAINER TYPE="Panel" NAME="pnlface" CAPTION=" &Font face " WIDTH="MAXIMUM" HEIGHT=170 LFHEIGHT=201 MAXWIDTHPADDING=5 ANCHOR="lblFontfaceTop" CORNER="SW" DOWN=5>
  4.     <VTINCLUDE FILE="tdSizerSmalldropDialog.inc"/>
  5.     <CONTROL TYPE="Label" NAME="lblCurrentFace" WIDTH=60 LFWIDTH=72 RIGHT=10 DOWN=20 CAPTION="Font Face:"/>
  6.     <CONTROL TYPE="Label" NAME="listFontFace" WIDTH=280 LFWIDTH=336 ANCHOR="lblCurrentFace" CORNER="NE" CAPTION=""/>
  7.  
  8.     <CONTROL TYPE="Label" NAME="lblSpacer1" WIDTH="lblCurrentFace" ANCHOR="lblCurrentFace" CORNER="SW" CAPTION=" " DOWN=10/><!--to control LF layout-->
  9.     <CONTROL TYPE="FontPicker" NAME="fontFace1" WIDTH="listFontFace" ANCHOR="lblSpacer1" CORNER="NE"/>
  10.     <CONTROL TYPE="Label" NAME="lblSpacer2" WIDTH="lblCurrentFace" ANCHOR="lblSpacer1" CORNER="SW" CAPTION=" " DOWN=10/><!--to control LF layout-->
  11.     <CONTROL TYPE="FontPicker" NAME="fontFace2" WIDTH="fontFace1" ANCHOR="lblSpacer2" CORNER="NE"/>
  12.     <CONTROL TYPE="Label" NAME="lblSpacer3" WIDTH="lblCurrentFace" ANCHOR="lblSpacer2" CORNER="SW" CAPTION=" " DOWN=10/><!--to control LF layout-->
  13.     <CONTROL TYPE="FontPicker" NAME="fontFace3" WIDTH="fontFace1" ANCHOR="lblSpacer3" CORNER="NE"/>
  14.  
  15.     <CONTROL TYPE="Label" NAME="lblFaceCombo" WIDTH="lblCurrentFace" ANCHOR="lblSpacer3" CORNER="SW" DOWN=15 CAPTION="(combo) " ALIGN="Right"/>
  16.     <CONTROL TYPE="DropDown" NAME="dropFaceCombo" WIDTH="fontFace1" ANCHOR="lblFaceCombo" CORNER="NE" EDITABLE>
  17.         <ITEM VALUE=""                                                        CAPTION=""/>
  18.         <ITEM VALUE="Arial,Helvetica,sans-serif"                            CAPTION="Arial,Helvetica,sans-serif"/>
  19.         <ITEM VALUE="'Arial Narrow','Arial MT Condensed Light',sans-serif"    CAPTION="'Arial Narrow','Arial MT Condensed Light',sans-serif"/>
  20.         <ITEM VALUE="Verdana,Geneva,Arial,Helvetica,sans-serif"                CAPTION="Verdana,Geneva,Arial,Helvetica,sans-serif"/>
  21.         <ITEM VALUE="'MS Sans Serif',Geneva,sans-serif"                        CAPTION="MS Sans Serif',Geneva,sans-serif"/>
  22.         <ITEM VALUE="System,Chicago,sans-serif"                                CAPTION="System,Chicago,sans-serif"/>
  23.         <ITEM VALUE=""                                                        CAPTION=""/>
  24.         <ITEM VALUE="'Times New Roman',Times,serif"                            CAPTION="'Times New Roman',Times,serif"/>
  25.         <ITEM VALUE="Georgia,'Times New Roman',Times,serif"                    CAPTION="Georgia,'Times New Roman',Times,serif"/>
  26.         <ITEM VALUE="'MS Serif','New York',serif"                            CAPTION="'MS Serif','New York',serif"/>
  27.         <ITEM VALUE="Garamond,Palatino,serif"                                CAPTION="Garamond,Palatino,serif"/>
  28.         <ITEM VALUE=""                                                        CAPTION=""/>
  29.         <ITEM VALUE="'Courier New',Courier,monospace"                        CAPTION="'Courier New',Courier,monospace"/>
  30.         <ITEM VALUE="Terminal,Monaco,monospace"                                CAPTION="Terminal,Monaco,monospace"/>
  31.         <ITEM VALUE=""                                                        CAPTION=""/>
  32.         <ITEM VALUE="Wingdings,'Zapf Dingbats'"                                CAPTION="Wingdings,'Zapf Dingbats'"/>
  33.     </CONTROL>
  34.  
  35.     <CONTROL TYPE="Label" NAME="lblFaceGeneric" WIDTH="lblCurrentFace" ANCHOR="lblFaceCombo" CORNER="SW" DOWN=10 CAPTION="(generic) " ALIGN="Right"/>
  36.     <CONTROL TYPE="DropDown" NAME="dropFaceGeneric" WIDTH="lblSizerSmalldrop" ANCHOR="lblFaceGeneric" CORNER="NE">
  37.         <ITEM VALUE=""                CAPTION=""/>
  38.         <ITEM VALUE="serif"            CAPTION="serif"/>
  39.         <ITEM VALUE="sans-serif"    CAPTION="sans-serif"/>
  40.         <ITEM VALUE="monospace"        CAPTION="monospace"/>
  41.         <ITEM VALUE="cursive"        CAPTION="cursive"/>
  42.         <ITEM VALUE="fantasy"        CAPTION="fantasy"/>
  43.     </CONTROL>
  44. </CONTAINER>
  45.